home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / bfd / configure.bat < prev    next >
Encoding:
DOS Batch File  |  1996-07-04  |  419 b   |  19 lines

  1. @echo off
  2. if "%1" == "h8/300" goto h8300
  3.  
  4. echo Configuring bfd for go32
  5. update hosts\go32.h sysdep.h
  6. update Makefile.dos Makefile
  7. echo s/@WORDSIZE@/32/g>config.sed
  8. sed -e s/^/s\/@VERSION@\// -e s/$/\/g/g version >>config.sed
  9. sed -f config.sed < bfd-in2.h > bfd.h2
  10. update bfd.h2 bfd.h
  11. goto exit
  12.  
  13. :h8300
  14. echo Configuring bfd for H8/300
  15. update hosts\h-go32.h sysdep.h
  16. update Makefile.dos Makefile
  17.  
  18. :exit
  19.